| Einhugur Word Plugin for Xojo |
|
EinhugurWord.StylePartType Enum
Part codes for TableSTylePart class.
Those values define which conditional styles to edit on a TableStyle.
enum EinhugurWord.StylePartType
Constants
EvenRows = 0 | Even rows. |
OddRows = 1 | Odd rows. |
EvenColumns = 2 | Even columns. |
OddColumns = 3 | Odd columns. |
FirstRow = 4 | First row. |
LastRow = 5 | Last row. |
FirstColumn = 6 | First column. |
LastColumn = 7 | Last column. |
NorthWestCell = 8 | Cell at top left. |
NorthEastCell = 9 | Cell top right. |
SouthhWestCell = 10 | Cell at bottom left. |
SouthEastCell = 11 | Cell at bottom right. |